Wiki

Clone wiki

atlasboard / Log visualizer

Access the log visualizer

  • Make sure it is activated (since it shows full error and log traces, and we don´t support authentication/autorization yet, it is disabled by default)
#!javascript
{
  "live-logging" : {
    "enabled": true
  }
}
  • Point your browser to http://localhost:3000/log (or whatever is your host and port)

How does it work

All server and client side errors and logs will be sent to a socket.io sink for distribution, so yes, you will be able to catch even the client side errors on the office TV´s browser that is running the wallboard.

Updated